home *** CD-ROM | disk | FTP | other *** search
-
-
-
- TTTTIIIIFFFFFFFFTTTTIIIILLLLEEEE((((3333TTTT)))) IIIImmmmaaaaggggeeee FFFFoooorrrrmmmmaaaatttt LLLLiiiibbbbrrrraaaarrrryyyy CCCC++++++++ RRRReeeeffffeeeerrrreeeennnncccceeee MMMMaaaannnnuuuuaaaallll TTTTIIIIFFFFFFFFTTTTIIIILLLLEEEE((((3333TTTT))))
-
-
-
- NNNNAAAAMMMMEEEE
- TIFFTileSize, TIFFTileRowSize, TIFFVTileSize, TIFFDefaultTileSize,
- TIFFComputeTile, TIFFCheckTile, TIFFNumberOfTiles - tile-related utility
- routines
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- ####iiiinnnncccclllluuuuddddeeee <<<<ttttiiiiffffffffiiiioooo....hhhh>>>>
- vvvvooooiiiidddd TTTTIIIIFFFFFFFFDDDDeeeeffffaaaauuuullllttttTTTTiiiilllleeeeSSSSiiiizzzzeeee((((TTTTIIIIFFFFFFFF**** ttttiiiiffff,,,, uuuuiiiinnnntttt33332222**** ttttwwww,,,, uuuuiiiinnnntttt33332222**** tttthhhh))))
- ttttssssiiiizzzzeeee____tttt TTTTIIIIFFFFFFFFTTTTiiiilllleeeeSSSSiiiizzzzeeee((((TTTTIIIIFFFFFFFF**** ttttiiiiffff))))
- ttttssssiiiizzzzeeee____tttt TTTTIIIIFFFFFFFFTTTTiiiilllleeeeRRRRoooowwwwSSSSiiiizzzzeeee((((TTTTIIIIFFFFFFFF**** ttttiiiiffff))))
- ttttssssiiiizzzzeeee____tttt TTTTIIIIFFFFFFFFVVVVTTTTiiiilllleeeeSSSSiiiizzzzeeee((((TTTTIIIIFFFFFFFF**** ttttiiiiffff,,,, uuuuiiiinnnntttt33332222 nnnnrrrroooowwwwssss))))
- ttttttttiiiilllleeee____tttt TTTTIIIIFFFFFFFFCCCCoooommmmppppuuuutttteeeeTTTTiiiilllleeee((((TTTTIIIIFFFFFFFF**** ttttiiiiffff,,,, uuuuiiiinnnntttt33332222 xxxx,,,, uuuuiiiinnnntttt33332222 yyyy,,,, uuuuiiiinnnntttt33332222 zzzz,,,, ttttssssaaaammmmpppplllleeee____tttt ssssaaaammmmpppplllleeee))))
- iiiinnnntttt TTTTIIIIFFFFFFFFCCCChhhheeeecccckkkkTTTTiiiilllleeee((((TTTTIIIIFFFFFFFF**** ttttiiiiffff,,,, uuuuiiiinnnntttt33332222 xxxx,,,, uuuuiiiinnnntttt33332222 yyyy,,,, uuuuiiiinnnntttt33332222 zzzz,,,, ttttssssaaaammmmpppplllleeee____tttt ssssaaaammmmpppplllleeee))))
- ttttttttiiiilllleeee____tttt TTTTIIIIFFFFFFFFNNNNuuuummmmbbbbeeeerrrrOOOOffffTTTTiiiilllleeeessss((((TTTTIIIIFFFFFFFF**** ttttiiiiffff))))
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- _T_I_F_F_D_e_f_a_u_l_t_T_i_l_e_S_i_z_e returns the pixel width and height of a reasonable-
- sized tile; suitable for setting up the _T_i_l_e_W_i_d_t_h and _T_i_l_e_L_e_n_g_t_h tags.
- If the _t_w and _t_h values passed in are non-zero, then they are adjusted to
- reflect any compression-specific requirements. The returned width and
- height are constrained to be a multiple of 16 pixels to conform with the
- TIFF specification.
-
- _T_I_F_F_T_i_l_e_S_i_z_e returns the equivalent size for a tile of data as it would
- be returned in a call to _T_I_F_F_R_e_a_d_T_i_l_e or as it would be expected in a
- call to _T_I_F_F_W_r_i_t_e_T_i_l_e.
-
- _T_I_F_F_V_T_i_l_e_S_i_z_e returns the number of bytes in a row-aligned tile with
- _n_r_o_w_s of data.
-
- _T_I_F_F_T_i_l_e_R_o_w_S_i_z_e returns the number of bytes of a row of data in a tile.
-
- _T_I_F_F_C_o_m_p_u_t_e_T_i_l_e returns the tile that contains the specified coordinates.
- A valid tile is always returned; out-of-range coordinate values are
- clamped to the bounds of the image. The _x and _y parameters are always
- used in calculating a tile. The _z parameter is used if the image is
- deeper than 1 slice (_I_m_a_g_e_D_e_p_t_h>1). The _s_a_m_p_l_e parameter is used only if
- data are organized in separate planes (_P_l_a_n_a_r_C_o_n_f_i_g_u_r_a_t_i_o_n=2).
-
- _T_I_F_F_C_h_e_c_k_T_i_l_e returns a non-zero value if the supplied coordinates are
- within the bounds of the image and zero otherwise. The _x parameter is
- checked against the value of the _I_m_a_g_e_W_i_d_t_h tag. The _y parameter is
- checked against the value of the _I_m_a_g_e_L_e_n_g_t_h tag. The _z parameter is
- checked against the value of the _I_m_a_g_e_D_e_p_t_h tag (if defined). The _s_a_m_p_l_e
- parameter is checked against the value of the _S_a_m_p_l_e_s_P_e_r_P_i_x_e_l parameter
- if the data are organized in separate planes.
-
- _T_I_F_F_N_u_m_b_e_r_O_f_T_i_l_e_s returns the number of tiles in the image.
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-
-
-
- TTTTIIIIFFFFFFFFTTTTIIIILLLLEEEE((((3333TTTT)))) IIIImmmmaaaaggggeeee FFFFoooorrrrmmmmaaaatttt LLLLiiiibbbbrrrraaaarrrryyyy CCCC++++++++ RRRReeeeffffeeeerrrreeeennnncccceeee MMMMaaaannnnuuuuaaaallll TTTTIIIIFFFFFFFFTTTTIIIILLLLEEEE((((3333TTTT))))
-
-
-
- DIAGNOSTICS
- None.
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- _l_i_b_t_i_f_f(3T), _T_I_F_F_R_e_a_d_E_n_c_o_d_e_d_T_i_l_e(3T), _T_I_F_F_R_e_a_d_R_a_w_T_i_l_e(3T),
- _T_I_F_F_R_e_a_d_T_i_l_e(3T), _T_I_F_F_W_r_i_t_e_E_n_c_o_d_e_d_T_i_l_e(3T), _T_I_F_F_W_r_i_t_e_R_a_w_T_i_l_e(3T),
- _T_I_F_F_W_r_i_t_e_T_i_l_e(3T)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 2222
-
-
-
-